
/*
FILE CONCAT ADD FILE
PATH: /ft/resources/style/alerts.deliveryPreferences.css.asp
*/


#wsodPop .deliveryPreferencesPopup {
	width: auto;
}

#wsodPop .deliveryPreferencesPopup SPAN {
	color: #333;
}

#wsodPop .deliveryPreferencesPopup SPAN.details {
	color: #666;
}

#wsodPop .deliveryPreferencesPopup .controlGroup {
	border-bottom: 1px solid #e7decf;
	width: 100%;
	padding: 10px 0;
}

#wsodPop .deliveryPreferencesPopup .controlGroup H2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup .indent {
	margin-left: 20px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup.destinationGroup {
	padding-bottom: 0px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup.destinationGroup .deliveryTypeContainer {
	border: 1px solid #e7decf;
	border-left: none;
	border-bottom: none;
}

#wsodPop .deliveryPreferencesPopup .controlGroup.destinationGroup .deliveryType {
	float: left;
	padding: 10px 0px;
	width: 185px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup.destinationGroup .emailAddressAndFormat {
	border-left: 1px solid #e7decf;
	float: left;
	padding: 10px 0px 10px 10px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup.destinationGroup .emailAddressAndFormat INPUT.emailAddress {
	float: left;
	margin-right: 10px;
	width: 180px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup .radioGroup LABEL {
	display: block;
	margin-bottom: 5px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup.destinationGroup .radioGroup LABEL {
	display: inline;
	margin-bottom: 0px;
	padding-right: 5px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup.emailFormatGroup LABEL {
	float: left;
	padding-right: 5px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup .radioGroup INPUT {
	font-size: 12px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup .radioGroup INPUT.emailAddress {
	width: 200px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup .radioGroup INPUT.radio {
	margin: 0px;
	*height: 15px;
	*width: 15px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup .radioGroup LABEL SPAN {
	padding-left: 5px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup .radioGroup LABEL SPAN.details {
	padding-left: 0px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup.destinationGroup .radioGroup,
#wsodPop .deliveryPreferencesPopup .controlGroup.emailGroup .radioGroup,
#wsodPop .deliveryPreferencesPopup .controlGroup.emailFormatGroup .radioGroup {
	float: left;
	padding-right: 20px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup.destinationGroup .radioGroup.last,
#wsodPop .deliveryPreferencesPopup .controlGroup.emailGroup .radioGroup.last,
#wsodPop .deliveryPreferencesPopup .controlGroup.emailFormatGroup .radioGroup.last {
	padding-right: 0px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup .vacationStopForm SELECT {
	margin-right: 3px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup .vacationStopForm SPAN.details {
	font-size: 11px;
	padding-right: 5px;
}

#wsodPop .deliveryPreferencesPopup .controlGroup .vacationStopForm #vacationStopDatesContainer_1 {
	padding-right: 12px;
}

/*
FILE CONCAT ADD FILE
PATH: /ft/resources/style/chart.alertsOverlay.css.asp
*/


.settingAlerts select, 
.settingAlerts #wsod select {
	_visibility: hidden !important;
}

#wsod #interactiveChart .alertItem,
#wsodPop #interactiveChart .alertItem {
 	position: absolute;
	width: 100%;
	border-bottom: 1px solid red;
	z-index: 20;
}

#wsod #interactiveChart .alertItem .icon,
#wsodPop #interactiveChart .alertItem .icon {
 	position: absolute;
	top: -7px;
	left: 20px;
	cursor: pointer;
	z-index: 1;
}

#wsod #interactiveChart .alertItem .modifyToolbar,
#wsodPop #interactiveChart .alertItem .modifyToolbar {
	border: 1px solid #a8a8a8;
	background: #fff;
	padding: 1px;
	position: absolute;
	left: 13px;
	top: -18px;
}

#wsod #interactiveChart .alertItem .modifyToolbar .inner,
#wsodPop #interactiveChart .alertItem .modifyToolbar .inner {
	border: 1px solid #ff0404;
	background: #ff3131 url(/ft/resources/image/alert.bg.gif?version=39590.460868055554) repeat-x 0 0;
	font-size: 12px;
	padding: 5px 10px 5px 24px;
	font-weight: bold;
	color: #fff;
	height: 22px;
	float: left;
	white-space: nowrap;

}
#wsod #interactiveChart .alertItem .modifyToolbar .value,
#wsodPop #interactiveChart .alertItem .modifyToolbar .value {
	float: left;
	line-height: 22px;
	margin-right: 5px;
}
#wsod #interactiveChart .alertItem .modifyToolbar .basicButton,
#wsodPop #interactiveChart .alertItem .modifyToolbar .basicButton {
	margin: 1px 0 0 5px;
	float: left;

}
#wsod #interactiveChart .alertsOverlay,
#wsodPop #interactiveChart .alertsOverlay {
	position: absolute;
	width: 100%;
	top: 0; left: 0;
	
	cursor: s-resize;
	z-index: 21;
	/* fix the no mouse events on transparent background fun in ie6+7 */
	*background: url(/ft/resources/image/alert.bg.gif?version=39590.460868055554) no-repeat -100px -100px;
}

#wsod #interactiveChart .alertsOverlay .instructions .instructionsShade,
#wsodPop #interactiveChart .alertsOverlay .instructions .instructionsShade {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #666;
	opacity: .1;
	filter: alpha(opacity=10);
}
#wsod #interactiveChart .alertsOverlay .instructions p,
#wsodPop #interactiveChart .alertsOverlay .instructions p {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

#wsod #interactiveChart .alertValue,
#wsodPop #interactiveChart .alertValue,
#wsod #interactiveChart .alertValueShade,
#wsodPop #interactiveChart .alertValueShade {
	position: absolute;
	width: 100%;
	left: 0;
}
#wsod #interactiveChart .alertValueShade,
#wsodPop #interactiveChart .alertValueShade {
	_font-size: 0px;
}
#wsod #interactiveChart .alertValue,
#wsodPop #interactiveChart .alertValue {
	border-bottom: 1px solid red;
}

#wsod #interactiveChart .alertValue .valueInstructions,
#wsodPop #interactiveChart .alertValue .valueInstructions {
	position: absolute;
	right: 10px;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	top: -16px;
}

#wsod #interactiveChart .alertValueShade,
#wsodPop #interactiveChart .alertValueShade {
	background: #666;
	opacity: .1;
	filter: alpha(opacity=10);
}

#wsod #interactiveChart .valueAbove,
#wsodPop #interactiveChart .valueAbove {
	top: 0;
}

#wsod #interactiveChart .valueBelow,
#wsodPop #interactiveChart .valueBelow {
	bottom: 0;
}

#wsod #interactiveChart .alertDisplay,
#wsodPop #interactiveChart .alertDisplay {
	position: absolute;
	top: -35px;
	left: 50px;
	border: 1px solid #a8a8a8;
	z-index: 1;
	opacity: .97;
	filter: alpha(opacity=97);
	
	_float: left;
}

#wsod #interactiveChart .alertDisplayContent,
#wsodPop #interactiveChart .alertDisplayContent {
	background: #888;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	
	_float: left;
}

#wsod #interactiveChart .alertDisplayContent h4,
#wsodPop #interactiveChart .alertDisplayContent h4 {
	border: 1px solid #ff0404;
	
	border-bottom-color: #6b6b6b;
	background: #ff3131 url(/ft/resources/image/alert.bg.gif?version=39590.460868055554) repeat-x 0 0;
	font-weight: bold;
	font-size: 12px;
	*padding: 5px 0;
	
}

#wsod #interactiveChart .alertDisplayContent h4 .icon-alert-sent,
#wsodPop #interactiveChart .alertDisplayContent h4 .icon-alert-sent {
	color: #fff;
	padding: 0px 17px;
	margin: 4px;
	width: 120px;	
}

#wsod #interactiveChart .alertDisplayText,
#wsodPop #interactiveChart .alertDisplayText {
	padding: 6px;	
	
	_clear: both;
}

#wsod #interactiveChart .alertDisplayText .price,
#wsodPop #interactiveChart .alertDisplayText .price,
#wsod #interactiveChart .alertDisplayText .pctChange,
#wsodPop #interactiveChart .alertDisplayText .pctChange {
	font-size: 20px;
	margin-right: 5px;
	line-height: 26px;
}

#wsod #interactiveChart .alertDisplayText .pctChange,
#wsodPop #interactiveChart .alertDisplayText .pctChange {
	color: #bdbdbd;
}


#wsod .setAlertsErrorPopup .popupInner,
#wsodPop .setAlertsErrorPopup .popupInner {
	font-size: 11px;
	width: 280px;
}

#wsod .setAlertsErrorPopup .popupContent,
#wsodPop .setAlertsErrorPopup .popupContent {
	padding-top: 10px;
}

#wsod .setAlertsErrorPopup ul,
#wsodPop .setAlertsErrorPopup ul {
	list-style-type: disc;
	color: #333;
	margin: 10px;
}

#wsod .setAlertsErrorPopup li,
#wsodPop .setAlertsErrorPopup li {
	margin: 3px 10px;
}

#wsod .setAlertsErrorPopup a,
#wsodPop .setAlertsErrorPopup a {
	margin: 8px 0 0 88px;
	_display: inline;
}